home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1994 May: Tool Chest
/
Apple_Developer_CD_Series_May_1994_Tool_Chest.iso
/
Tool Chest
/
Interfaces
/
Universal Interfaces
/
Unmangler.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-04
|
336 b
|
23 lines
|
[
TEXT/MPS
]
/*
File: Unmangler.h
Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
*/
#ifndef __UNMANGLER__
#define __UNMANGLER__
#ifdef __cplusplus
extern "C" {
#endif
extern int unmangle(char *dst, char *src, int limit);
extern pascal int Unmangle(char *dst, char *src, int limit);
#ifdef __cplusplus
}
#endif
#endif